public interface LicensingListener
LicensingListener
and pass an instance of their implementation when they call the
verifyLicense API of LicensingService. Your registered
implementation of
LicensingListener
asynchronously receives callback when Amazon completes License
Verification
| Modifier and Type | Method and Description |
|---|---|
void |
onLicenseCommandResponse(LicenseResponse licenseResponse)
This callback method is invoked when a
LicenseResponse
is available for a request initiated by
LicensingService#verifyLicense().
|
void onLicenseCommandResponse(LicenseResponse licenseResponse)
This callback method is invoked when a
LicenseResponse
is available for a request initiated by
LicensingService#verifyLicense().
Implement this method to get the response of the License Verification done by Amazon.
Keep in mind that the UI thread invokes this method. Execute time-intensive tasks on another thread.
licenseResponse - Response containing the
status of License Verification.